home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 …ember: Reference Library / Dev.CD Dec 98 RL1.toast / Technical Documentation / Macintosh Technotes and Q&As / qa / tb / whiteedittext.hqx / WhiteEditText / MoveableModalDialog.h < prev   
Encoding:
C/C++ Source or Header  |  1996-08-12  |  134 b   |  8 lines

  1. #pragma once
  2.  
  3. #ifndef __DIALOGS__
  4. #    include <Dialogs.h>
  5. #endif
  6.  
  7. pascal void MoveableModalDialog (ModalFilterUPP mfp, short *itemHit);
  8.